home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Games / Tetris / Documentation / bugs next >
Text File  |  1971-02-13  |  881b  |  23 lines

  1. ----------------------------------------------------------------------
  2. melling@cs.psu.edu                                      11/21/91
  3.  
  4. There is bug in Pieces.m where y gets set to an abnormally large
  5. value.  I do a range check in MiniMatrix.m in the method where the
  6. program normally dies.  A cheap, but I hope effective solution.
  7.  
  8.    - setBitmap:theBitmap at:(int)row :(int)column
  9.  
  10. If row is >25, I print an error message to stderr.  The bug
  11. manifests itself at the end of the game when the pieces are near the
  12. top of the game display.
  13. ----------------------------------------------------------------------
  14. melling@cs.psu.edu                                      10/17/91
  15.  
  16. Converted Tetris to NeXTStep 2.0
  17. ----------------------------------------------------------------------
  18. From Tetris 1.0
  19.  
  20. Double fade
  21.  
  22. ----------------------------------------------------------------------
  23.